home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Biomorph 0.77 / Biomorph src / savepict.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-05  |  143 b   |  14 lines  |  [TEXT/ALFA]

  1. /*************
  2. ** savepict.h
  3. **
  4. ** header for savepict.c
  5. **************/
  6.  
  7. #ifndef SAVEPICT_H
  8. #define SAVEPICT_H
  9.  
  10. void SavePict(void);
  11.  
  12. #endif
  13.  
  14.